﻿2026-07-11T01:40:04.3416958Z ##[group]Run set -euo pipefail
2026-07-11T01:40:04.3417629Z [36;1mset -euo pipefail[0m
2026-07-11T01:40:04.3418138Z [36;1mPIN=0c95435[0m
2026-07-11T01:40:04.3418620Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-11T01:40:04.3419363Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-11T01:40:04.3420301Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-11T01:40:04.3421619Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-11T01:40:04.3422963Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-11T01:40:04.3423926Z [36;1m  rm -rf "$CACHE"[0m
2026-07-11T01:40:04.3424494Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-11T01:40:04.3425204Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-11T01:40:04.3426122Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-11T01:40:04.3427099Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-11T01:40:04.3427733Z [36;1mfi[0m
2026-07-11T01:40:04.3428501Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T01:40:04.3443178Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-11T01:40:04.3443948Z env:
2026-07-11T01:40:04.3444351Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-11T01:40:04.3444933Z ##[endgroup]
2026-07-11T01:40:04.6161744Z    Compiling proc-macro2 v1.0.106
2026-07-11T01:40:04.6163220Z    Compiling quote v1.0.45
2026-07-11T01:40:04.6164138Z    Compiling unicode-ident v1.0.24
2026-07-11T01:40:04.6165063Z    Compiling libc v0.2.186
2026-07-11T01:40:04.6165897Z    Compiling serde_core v1.0.228
2026-07-11T01:40:04.6166786Z    Compiling cfg-if v1.0.4
2026-07-11T01:40:04.6167592Z    Compiling serde v1.0.228
2026-07-11T01:40:04.6205437Z    Compiling log v0.4.32
2026-07-11T01:40:04.6260244Z    Compiling pin-project-lite v0.2.17
2026-07-11T01:40:04.6274132Z    Compiling portable-atomic v1.13.1
2026-07-11T01:40:04.6275853Z    Compiling typenum v1.20.1
2026-07-11T01:40:04.6292508Z    Compiling version_check v0.9.5
2026-07-11T01:40:04.6375412Z    Compiling memchr v2.8.1
2026-07-11T01:40:04.6453068Z    Compiling shlex v2.0.1
2026-07-11T01:40:04.6455332Z    Compiling find-msvc-tools v0.1.9
2026-07-11T01:40:04.6782559Z    Compiling critical-section v1.2.0
2026-07-11T01:40:04.7066913Z    Compiling subtle v2.6.1
2026-07-11T01:40:04.7142649Z    Compiling bytes v1.11.1
2026-07-11T01:40:04.7725568Z    Compiling futures-core v0.3.32
2026-07-11T01:40:04.8662098Z    Compiling smallvec v1.15.1
2026-07-11T01:40:04.8822353Z    Compiling equivalent v1.0.2
2026-07-11T01:40:04.8876322Z    Compiling itoa v1.0.18
2026-07-11T01:40:04.9393925Z    Compiling semver v1.0.28
2026-07-11T01:40:04.9501874Z    Compiling stable_deref_trait v1.2.1
2026-07-11T01:40:04.9599559Z    Compiling futures-io v0.3.32
2026-07-11T01:40:04.9721399Z    Compiling slab v0.4.12
2026-07-11T01:40:04.9952859Z    Compiling futures-sink v0.3.32
2026-07-11T01:40:05.0047504Z    Compiling generic-array v0.14.7
2026-07-11T01:40:05.0135462Z    Compiling futures-task v0.3.32
2026-07-11T01:40:05.0750021Z    Compiling futures-channel v0.3.32
2026-07-11T01:40:05.1147408Z    Compiling rand_core v0.10.1
2026-07-11T01:40:05.1271286Z    Compiling hashbrown v0.17.1
2026-07-11T01:40:05.1432364Z    Compiling rustversion v1.0.22
2026-07-11T01:40:05.1535482Z    Compiling bitflags v2.12.1
2026-07-11T01:40:05.2021595Z    Compiling getrandom v0.4.2
2026-07-11T01:40:05.2251829Z    Compiling cpufeatures v0.2.17
2026-07-11T01:40:05.2471817Z    Compiling fnv v1.0.7
2026-07-11T01:40:05.2911732Z    Compiling rustc_version v0.4.1
2026-07-11T01:40:05.2981618Z    Compiling strsim v0.11.1
2026-07-11T01:40:05.3261920Z    Compiling cfg_aliases v0.2.1
2026-07-11T01:40:05.3806002Z    Compiling writeable v0.6.3
2026-07-11T01:40:05.3856758Z    Compiling litemap v0.8.2
2026-07-11T01:40:05.3967214Z    Compiling dunce v1.0.5
2026-07-11T01:40:05.4032223Z    Compiling icu_properties_data v2.2.0
2026-07-11T01:40:05.4172156Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T01:40:05.4803836Z    Compiling ident_case v1.0.1
2026-07-11T01:40:05.5701783Z    Compiling utf8_iter v1.0.4
2026-07-11T01:40:05.5828411Z    Compiling fs_extra v1.3.0
2026-07-11T01:40:05.6166234Z    Compiling percent-encoding v2.3.2
2026-07-11T01:40:05.6622933Z    Compiling autocfg v1.5.1
2026-07-11T01:40:05.6820707Z    Compiling http v1.4.1
2026-07-11T01:40:05.6913114Z    Compiling unicode-segmentation v1.13.3
2026-07-11T01:40:05.7759823Z    Compiling cpufeatures v0.3.0
2026-07-11T01:40:05.7835667Z    Compiling thiserror v2.0.18
2026-07-11T01:40:05.8171221Z    Compiling aws-lc-rs v1.17.0
2026-07-11T01:40:05.8491616Z    Compiling scopeguard v1.2.0
2026-07-11T01:40:05.8642668Z    Compiling chacha20 v0.10.0
2026-07-11T01:40:05.9411206Z    Compiling syn v2.0.117
2026-07-11T01:40:05.9751141Z    Compiling lock_api v0.4.14
2026-07-11T01:40:06.0619677Z    Compiling indexmap v2.14.0
2026-07-11T01:40:06.0711783Z    Compiling form_urlencoded v1.2.2
2026-07-11T01:40:06.0841848Z    Compiling untrusted v0.9.0
2026-07-11T01:40:06.0944013Z    Compiling rustls v0.23.40
2026-07-11T01:40:06.1101631Z    Compiling heck v0.5.0
2026-07-11T01:40:06.1270699Z    Compiling const-oid v0.10.2
2026-07-11T01:40:06.1828542Z    Compiling atomic-waker v1.1.2
2026-07-11T01:40:06.1939082Z    Compiling unicode-xid v0.2.6
2026-07-11T01:40:06.2783221Z    Compiling convert_case v0.10.0
2026-07-11T01:40:06.2850541Z    Compiling anyhow v1.0.102
2026-07-11T01:40:06.2852101Z    Compiling zerocopy v0.8.50
2026-07-11T01:40:06.2852779Z    Compiling parking_lot_core v0.9.12
2026-07-11T01:40:06.3033645Z    Compiling httparse v1.10.1
2026-07-11T01:40:06.3132568Z    Compiling paste v1.0.15
2026-07-11T01:40:06.3460818Z    Compiling num-traits v0.2.19
2026-07-11T01:40:06.3530858Z    Compiling hybrid-array v0.4.12
2026-07-11T01:40:06.3798038Z    Compiling curve25519-dalek v4.1.3
2026-07-11T01:40:06.5001025Z    Compiling jobserver v0.1.34
2026-07-11T01:40:06.5041033Z    Compiling ahash v0.8.12
2026-07-11T01:40:06.5461780Z    Compiling base64ct v1.8.3
2026-07-11T01:40:06.5650807Z    Compiling either v1.16.0
2026-07-11T01:40:06.5958829Z    Compiling fastrand v2.4.1
2026-07-11T01:40:06.6595733Z    Compiling powerfmt v0.2.0
2026-07-11T01:40:06.7750499Z    Compiling cc v1.2.63
2026-07-11T01:40:06.8226778Z    Compiling crypto-common v0.1.7
2026-07-11T01:40:06.8415052Z    Compiling block-buffer v0.10.4
2026-07-11T01:40:06.8673445Z    Compiling http-body v1.0.1
2026-07-11T01:40:06.8980885Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T01:40:06.9043651Z    Compiling deranged v0.5.8
2026-07-11T01:40:06.9781400Z    Compiling digest v0.10.7
2026-07-11T01:40:07.0223062Z    Compiling tinyvec_macros v0.1.1
2026-07-11T01:40:07.0730883Z    Compiling vcpkg v0.2.15
2026-07-11T01:40:07.0821550Z    Compiling zmij v1.0.21
2026-07-11T01:40:07.0890715Z    Compiling num-conv v0.2.2
2026-07-11T01:40:07.0970827Z    Compiling data-encoding v2.11.0
2026-07-11T01:40:07.1157299Z    Compiling base64 v0.22.1
2026-07-11T01:40:07.2501274Z    Compiling try-lock v0.2.5
2026-07-11T01:40:07.2691014Z    Compiling mio v1.2.1
2026-07-11T01:40:07.2760682Z    Compiling socket2 v0.6.4
2026-07-11T01:40:07.3280356Z    Compiling getrandom v0.2.17
2026-07-11T01:40:07.3594104Z    Compiling pkg-config v0.3.33
2026-07-11T01:40:07.3595114Z    Compiling time-core v0.1.8
2026-07-11T01:40:07.5269727Z    Compiling rand v0.10.1
2026-07-11T01:40:07.5329652Z    Compiling uuid v1.23.2
2026-07-11T01:40:07.5330564Z    Compiling rand_core v0.6.4
2026-07-11T01:40:07.5421083Z    Compiling tower-service v0.3.3
2026-07-11T01:40:07.6004169Z    Compiling parking_lot v0.12.5
2026-07-11T01:40:07.6092901Z    Compiling want v0.3.1
2026-07-11T01:40:07.6880636Z    Compiling sha2 v0.10.9
2026-07-11T01:40:07.7500807Z    Compiling tinyvec v1.11.0
2026-07-11T01:40:07.9758168Z    Compiling cmake v0.1.58
2026-07-11T01:40:07.9850862Z    Compiling crypto-common v0.2.2
2026-07-11T01:40:08.0080586Z    Compiling block-buffer v0.12.0
2026-07-11T01:40:08.0630580Z    Compiling inout v0.1.4
2026-07-11T01:40:08.0990686Z    Compiling vergen-lib v9.1.0
2026-07-11T01:40:08.1560472Z    Compiling n0-future v0.3.2
2026-07-11T01:40:08.1902452Z    Compiling crossbeam-utils v0.8.21
2026-07-11T01:40:08.1988316Z    Compiling diatomic-waker v0.2.3
2026-07-11T01:40:08.2080699Z    Compiling winnow v1.0.3
2026-07-11T01:40:08.2210922Z    Compiling cordyceps v0.3.4
2026-07-11T01:40:08.2590715Z    Compiling signature v2.2.0
2026-07-11T01:40:08.3320512Z    Compiling httpdate v1.0.3
2026-07-11T01:40:08.3667110Z    Compiling spin v0.10.0
2026-07-11T01:40:08.3730636Z    Compiling parking v2.2.1
2026-07-11T01:40:08.3890240Z    Compiling serde_json v1.0.150
2026-07-11T01:40:08.4193943Z    Compiling ed25519 v2.2.3
2026-07-11T01:40:08.4670642Z    Compiling cipher v0.4.4
2026-07-11T01:40:08.4799264Z    Compiling futures-lite v2.6.1
2026-07-11T01:40:08.4830558Z    Compiling netlink-packet-core v0.8.1
2026-07-11T01:40:08.5042563Z    Compiling universal-hash v0.5.1
2026-07-11T01:40:08.5533261Z    Compiling futures-buffered v0.2.13
2026-07-11T01:40:08.5681126Z    Compiling vergen-lib v0.1.6
2026-07-11T01:40:08.5830687Z    Compiling vergen v9.1.0
2026-07-11T01:40:08.6100217Z    Compiling heapless v0.7.17
2026-07-11T01:40:08.6332210Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T01:40:08.6487921Z    Compiling noq-udp v0.10.0
2026-07-11T01:40:08.6974728Z    Compiling sync_wrapper v1.0.2
2026-07-11T01:40:08.7300780Z    Compiling opaque-debug v0.3.1
2026-07-11T01:40:08.7598744Z    Compiling allocator-api2 v0.2.21
2026-07-11T01:40:08.7707838Z    Compiling byteorder v1.5.0
2026-07-11T01:40:08.7831172Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T01:40:08.8180886Z    Compiling polyval v0.6.2
2026-07-11T01:40:08.9297985Z    Compiling digest v0.11.3
2026-07-11T01:40:08.9718672Z    Compiling hash32 v0.2.1
2026-07-11T01:40:08.9840830Z    Compiling aws-lc-sys v0.41.0
2026-07-11T01:40:08.9924616Z    Compiling ring v0.17.14
2026-07-11T01:40:09.0021025Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T01:40:09.0278374Z    Compiling spin v0.9.8
2026-07-11T01:40:09.0570597Z    Compiling vergen-gitcl v1.0.8
2026-07-11T01:40:09.1153651Z    Compiling tower-layer v0.3.3
2026-07-11T01:40:09.1547787Z    Compiling signature v3.0.0
2026-07-11T01:40:09.2087196Z    Compiling num_threads v0.1.7
2026-07-11T01:40:09.2380866Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T01:40:09.2668251Z    Compiling fallible-iterator v0.3.0
2026-07-11T01:40:09.2778214Z    Compiling ryu v1.0.23
2026-07-11T01:40:09.3050677Z    Compiling time v0.3.47
2026-07-11T01:40:09.3275768Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T01:40:09.3980783Z    Compiling ghash v0.5.1
2026-07-11T01:40:09.4971313Z    Compiling aes v0.8.4
2026-07-11T01:40:09.5132452Z    Compiling ctr v0.9.2
2026-07-11T01:40:09.5196984Z    Compiling fs2 v0.4.3
2026-07-11T01:40:09.6093414Z    Compiling http-body-util v0.1.3
2026-07-11T01:40:09.6240885Z    Compiling aead v0.5.2
2026-07-11T01:40:09.6618406Z    Compiling utf8parse v0.2.2
2026-07-11T01:40:09.6765175Z    Compiling openssl-probe v0.2.1
2026-07-11T01:40:09.6913942Z    Compiling arrayvec v0.7.6
2026-07-11T01:40:09.7364221Z    Compiling crossbeam-channel v0.5.15
2026-07-11T01:40:09.7594657Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T01:40:09.8565749Z    Compiling blake3 v1.8.5
2026-07-11T01:40:09.8941443Z    Compiling netlink-packet-route v0.29.0
2026-07-11T01:40:09.9278611Z    Compiling memoffset v0.6.5
2026-07-11T01:40:09.9286804Z    Compiling acto v0.8.2
2026-07-11T01:40:10.0900707Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T01:40:10.1002141Z    Compiling netwatch v0.16.0
2026-07-11T01:40:10.1251141Z    Compiling noq v0.18.0
2026-07-11T01:40:10.1705208Z    Compiling aes-gcm v0.10.3
2026-07-11T01:40:10.1806650Z    Compiling rustc-hash v2.1.2
2026-07-11T01:40:10.2900635Z    Compiling mac-addr v0.3.0
2026-07-11T01:40:10.3243380Z    Compiling ref-cast v1.0.25
2026-07-11T01:40:10.3373536Z    Compiling thiserror v1.0.69
2026-07-11T01:40:10.3481656Z    Compiling rustix v1.1.4
2026-07-11T01:40:10.4287347Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T01:40:10.4735144Z    Compiling lru-slab v0.1.2
2026-07-11T01:40:10.4950993Z    Compiling identity-hash v0.1.0
2026-07-11T01:40:10.5889905Z    Compiling foldhash v0.2.0
2026-07-11T01:40:10.5890868Z    Compiling tagptr v0.2.0
2026-07-11T01:40:10.6001819Z    Compiling xml-rs v0.8.28
2026-07-11T01:40:10.7296110Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T01:40:10.7301918Z    Compiling hashbrown v0.16.1
2026-07-11T01:40:10.8007938Z    Compiling netlink-packet-route v0.30.0
2026-07-11T01:40:10.8238354Z    Compiling ioctl-rs v0.1.6
2026-07-11T01:40:10.9108531Z    Compiling termios v0.2.2
2026-07-11T01:40:10.9864476Z    Compiling errno v0.3.14
2026-07-11T01:40:11.0198014Z    Compiling serial-core v0.4.0
2026-07-11T01:40:11.0400652Z    Compiling aho-corasick v1.1.4
2026-07-11T01:40:11.1231145Z    Compiling simple-dns v0.9.3
2026-07-11T01:40:11.1877994Z    Compiling synstructure v0.13.2
2026-07-11T01:40:11.2341548Z    Compiling darling_core v0.20.11
2026-07-11T01:40:11.5298498Z    Compiling proc-macro-crate v3.5.0
2026-07-11T01:40:11.5630840Z    Compiling xmltree v0.10.3
2026-07-11T01:40:11.5720700Z    Compiling serde_derive_internals v0.29.1
2026-07-11T01:40:11.6351032Z    Compiling arrayref v0.3.9
2026-07-11T01:40:11.6900028Z    Compiling simdutf8 v0.1.5
2026-07-11T01:40:11.7880733Z    Compiling sha1_smol v1.0.1
2026-07-11T01:40:11.9408224Z    Compiling constant_time_eq v0.4.2
2026-07-11T01:40:11.9860227Z    Compiling signal-hook v0.3.18
2026-07-11T01:40:12.0219123Z    Compiling smol_str v0.1.24
2026-07-11T01:40:12.0300615Z    Compiling regex-syntax v0.8.10
2026-07-11T01:40:12.1149130Z    Compiling winnow v0.7.15
2026-07-11T01:40:12.1251998Z    Compiling linux-raw-sys v0.12.1
2026-07-11T01:40:12.1320310Z    Compiling resolv-conf v0.7.6
2026-07-11T01:40:12.2471718Z    Compiling toml_write v0.1.2
2026-07-11T01:40:12.4704741Z    Compiling lru v0.16.4
2026-07-11T01:40:12.6274787Z    Compiling darling_core v0.23.0
2026-07-11T01:40:12.6441248Z    Compiling serial-unix v0.4.0
2026-07-11T01:40:12.7744676Z    Compiling signal-hook-registry v1.4.8
2026-07-11T01:40:12.9306311Z    Compiling serde_bytes v0.11.19
2026-07-11T01:40:13.1001359Z    Compiling seize v0.5.1
2026-07-11T01:40:13.1626593Z    Compiling hmac v0.12.1
2026-07-11T01:40:13.1744437Z    Compiling serde_derive v1.0.228
2026-07-11T01:40:13.2087412Z    Compiling zeroize_derive v1.4.3
2026-07-11T01:40:13.2873150Z    Compiling tokio-macros v2.7.0
2026-07-11T01:40:13.6289713Z    Compiling futures-macro v0.3.32
2026-07-11T01:40:13.7851269Z    Compiling zerofrom-derive v0.1.7
2026-07-11T01:40:13.8222308Z    Compiling zeroize v1.8.2
2026-07-11T01:40:14.0291382Z    Compiling yoke-derive v0.8.2
2026-07-11T01:40:14.1144880Z    Compiling tokio v1.52.3
2026-07-11T01:40:14.4921052Z    Compiling zerovec-derive v0.11.3
2026-07-11T01:40:14.6250679Z    Compiling futures-util v0.3.32
2026-07-11T01:40:14.6350768Z    Compiling displaydoc v0.2.6
2026-07-11T01:40:14.9419930Z    Compiling tracing-attributes v0.1.31
2026-07-11T01:40:15.0230980Z    Compiling rustls-pki-types v1.14.1
2026-07-11T01:40:15.3291013Z    Compiling zerofrom v0.1.8
2026-07-11T01:40:15.4511972Z    Compiling thiserror-impl v2.0.18
2026-07-11T01:40:15.4813050Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T01:40:15.4943716Z    Compiling yoke v0.8.3
2026-07-11T01:40:15.6957792Z    Compiling zerotrie v0.2.4
2026-07-11T01:40:16.0720552Z    Compiling darling_macro v0.20.11
2026-07-11T01:40:16.0803158Z    Compiling zerovec v0.11.6
2026-07-11T01:40:16.0972702Z    Compiling derive_more-impl v2.1.1
2026-07-11T01:40:16.3520625Z    Compiling spez v0.1.2
2026-07-11T01:40:16.4175102Z    Compiling darling v0.20.11
2026-07-11T01:40:16.4760529Z    Compiling derive_builder_core v0.20.2
2026-07-11T01:40:16.5812021Z    Compiling n0-error-macros v0.1.3
2026-07-11T01:40:16.6850835Z    Compiling der v0.8.0-rc.10
2026-07-11T01:40:16.7049586Z    Compiling pin-project-internal v1.1.13
2026-07-11T01:40:16.7868051Z    Compiling tinystr v0.8.3
2026-07-11T01:40:17.0090904Z    Compiling icu_locale_core v2.2.0
2026-07-11T01:40:17.0395955Z    Compiling potential_utf v0.1.5
2026-07-11T01:40:17.1918667Z    Compiling icu_collections v2.2.0
2026-07-11T01:40:17.6791933Z    Compiling n0-error v0.1.3
2026-07-11T01:40:17.7883654Z    Compiling derive_builder_macro v0.20.2
2026-07-11T01:40:17.8185356Z    Compiling ed25519-dalek v2.2.0
2026-07-11T01:40:18.0663947Z    Compiling derive_builder v0.20.2
2026-07-11T01:40:18.0735920Z    Compiling pin-project v1.1.13
2026-07-11T01:40:18.0800656Z    Compiling icu_provider v2.2.0
2026-07-11T01:40:18.1330453Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-11T01:40:18.1856088Z    Compiling spki v0.8.0-rc.4
2026-07-11T01:40:18.3870122Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T01:40:18.4865936Z    Compiling icu_normalizer v2.2.0
2026-07-11T01:40:18.5016930Z    Compiling icu_properties v2.2.0
2026-07-11T01:40:18.5170945Z    Compiling futures-executor v0.3.32
2026-07-11T01:40:18.6133442Z    Compiling ipnet v2.12.0
2026-07-11T01:40:18.6411177Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T01:40:18.7643682Z    Compiling futures v0.3.32
2026-07-11T01:40:19.0818038Z    Compiling prefix-trie v0.8.4
2026-07-11T01:40:19.1147259Z    Compiling cobs v0.3.0
2026-07-11T01:40:19.2579630Z    Compiling once_cell v1.21.4
2026-07-11T01:40:19.3032107Z    Compiling postcard-derive v0.2.2
2026-07-11T01:40:19.3161481Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T01:40:19.4280745Z    Compiling rustls-native-certs v0.8.4
2026-07-11T01:40:19.4610591Z    Compiling tracing-core v0.1.36
2026-07-11T01:40:19.6240601Z    Compiling enum-assoc v1.3.0
2026-07-11T01:40:19.6810668Z    Compiling data-encoding-macro v0.1.20
2026-07-11T01:40:19.7220877Z    Compiling hashbrown v0.14.5
2026-07-11T01:40:19.7318129Z    Compiling async-trait v0.1.89
2026-07-11T01:40:19.8428390Z    Compiling postcard v1.1.3
2026-07-11T01:40:19.8917777Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T01:40:19.9206783Z    Compiling idna_adapter v1.2.2
2026-07-11T01:40:20.0271601Z    Compiling tracing v0.1.44
2026-07-11T01:40:20.0499686Z    Compiling tokio-util v0.7.18
2026-07-11T01:40:20.3183702Z    Compiling idna v1.1.0
2026-07-11T01:40:20.3601435Z    Compiling netlink-sys v0.8.8
2026-07-11T01:40:20.3746266Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T01:40:20.3910598Z    Compiling tower v0.5.3
2026-07-11T01:40:20.3980872Z    Compiling strum_macros v0.28.0
2026-07-11T01:40:20.6139400Z    Compiling hashlink v0.9.1
2026-07-11T01:40:20.6831086Z    Compiling num_enum_derive v0.7.6
2026-07-11T01:40:20.7128305Z    Compiling url v2.5.8
2026-07-11T01:40:20.7598175Z    Compiling netlink-proto v0.12.0
2026-07-11T01:40:20.7831554Z    Compiling derive_more v2.1.1
2026-07-11T01:40:20.8480771Z    Compiling netdev v0.42.0
2026-07-11T01:40:20.9230389Z    Compiling iroh-metrics v0.38.3
2026-07-11T01:40:20.9350881Z    Compiling iroh-relay v0.98.0
2026-07-11T01:40:20.9700295Z    Compiling moka v0.12.15
2026-07-11T01:40:21.0347938Z    Compiling h2 v0.4.14
2026-07-11T01:40:21.0955381Z    Compiling rusqlite v0.32.1
2026-07-11T01:40:21.1127787Z    Compiling tokio-stream v0.1.18
2026-07-11T01:40:21.1947523Z    Compiling serde_spanned v0.6.9
2026-07-11T01:40:21.2225926Z    Compiling n0-watcher v0.6.1
2026-07-11T01:40:21.3209496Z    Compiling toml_datetime v0.6.11
2026-07-11T01:40:21.4583334Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T01:40:21.5680905Z    Compiling iroh-base v0.98.0
2026-07-11T01:40:21.6880683Z    Compiling tower-http v0.6.11
2026-07-11T01:40:21.7191151Z    Compiling num_enum v0.7.6
2026-07-11T01:40:21.8081212Z    Compiling attohttpc v0.30.1
2026-07-11T01:40:21.8125471Z    Compiling thiserror-impl v1.0.69
2026-07-11T01:40:21.8250909Z    Compiling ref-cast-impl v1.0.25
2026-07-11T01:40:21.8350454Z    Compiling toml_edit v0.22.27
2026-07-11T01:40:22.2761558Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-11T01:40:22.2880868Z    Compiling webpki-roots v1.0.7
2026-07-11T01:40:22.3950445Z    Compiling regex-automata v0.4.14
2026-07-11T01:40:22.4001362Z    Compiling schemars_derive v1.2.1
2026-07-11T01:40:22.4088643Z    Compiling iroh v0.98.2
2026-07-11T01:40:22.5172265Z    Compiling rustix v0.38.44
2026-07-11T01:40:22.6490989Z    Compiling bitflags v1.3.2
2026-07-11T01:40:22.7061526Z    Compiling pin-utils v0.1.0
2026-07-11T01:40:22.7680604Z    Compiling cmov v0.5.4
2026-07-11T01:40:22.8559685Z    Compiling dyn-clone v1.0.20
2026-07-11T01:40:22.9770971Z    Compiling nix v0.25.1
2026-07-11T01:40:22.9960618Z    Compiling ctutils v0.4.2
2026-07-11T01:40:23.0189479Z    Compiling backon v1.6.0
2026-07-11T01:40:23.0190219Z    Compiling darling_macro v0.23.0
2026-07-11T01:40:23.2960659Z    Compiling papaya v0.2.4
2026-07-11T01:40:23.3164563Z    Compiling strum v0.28.0
2026-07-11T01:40:23.3290739Z    Compiling filedescriptor v0.8.3
2026-07-11T01:40:23.3482304Z    Compiling hkdf v0.12.4
2026-07-11T01:40:23.4259598Z    Compiling iroh-dns v0.98.0
2026-07-11T01:40:23.4817893Z    Compiling serial v0.4.0
2026-07-11T01:40:23.5540597Z    Compiling anstyle-parse v1.0.0
2026-07-11T01:40:23.5800915Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T01:40:23.5998900Z    Compiling foldhash v0.1.5
2026-07-11T01:40:23.7351809Z    Compiling anstyle v1.0.14
2026-07-11T01:40:23.7750976Z    Compiling anstyle-query v1.1.5
2026-07-11T01:40:23.7891582Z    Compiling instability v0.3.12
2026-07-11T01:40:23.8191760Z    Compiling shell-words v1.1.1
2026-07-11T01:40:23.8367498Z    Compiling linux-raw-sys v0.4.15
2026-07-11T01:40:23.8660411Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T01:40:23.9310516Z    Compiling colorchoice v1.0.5
2026-07-11T01:40:23.9481298Z    Compiling downcast-rs v1.2.1
2026-07-11T01:40:23.9728302Z    Compiling vte v0.13.1
2026-07-11T01:40:23.9820928Z    Compiling hashbrown v0.15.5
2026-07-11T01:40:23.9863927Z    Compiling anstream v1.0.0
2026-07-11T01:40:24.0042972Z    Compiling signal-hook-mio v0.2.5
2026-07-11T01:40:24.0181126Z    Compiling spake2 v0.4.0
2026-07-11T01:40:24.0535021Z    Compiling darling v0.23.0
2026-07-11T01:40:24.0978345Z    Compiling terminal_size v0.4.4
2026-07-11T01:40:24.1200799Z    Compiling strum_macros v0.26.4
2026-07-11T01:40:24.2274322Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T01:40:24.3874993Z    Compiling schemars v1.2.1
2026-07-11T01:40:24.3980584Z    Compiling sha1 v0.10.6
2026-07-11T01:40:24.4080834Z    Compiling itertools v0.13.0
2026-07-11T01:40:24.6439175Z    Compiling toml v0.8.23
2026-07-11T01:40:24.7565544Z    Compiling castaway v0.2.4
2026-07-11T01:40:24.8400692Z    Compiling doctest-file v1.1.1
2026-07-11T01:40:25.0151077Z    Compiling indoc v2.0.7
2026-07-11T01:40:25.2730703Z    Compiling static_assertions v1.1.0
2026-07-11T01:40:25.3242634Z    Compiling clap_lex v1.1.0
2026-07-11T01:40:25.4457388Z    Compiling unicode-width v0.1.14
2026-07-11T01:40:25.4974810Z    Compiling clap_builder v4.6.0
2026-07-11T01:40:25.5737424Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-11T01:40:25.6420404Z    Compiling regex v1.12.3
2026-07-11T01:40:26.3212197Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-11T01:40:26.3250930Z    Compiling unicode-truncate v1.1.0
2026-07-11T01:40:26.3347140Z    Compiling compact_str v0.8.2
2026-07-11T01:40:26.3959279Z    Compiling interprocess v2.4.2
2026-07-11T01:40:26.4634406Z    Compiling hyper v1.10.1
2026-07-11T01:40:26.5980560Z    Compiling strum v0.26.3
2026-07-11T01:40:26.7019416Z    Compiling crossterm v0.28.1
2026-07-11T01:40:26.9109422Z    Compiling lru v0.12.5
2026-07-11T01:40:27.0091904Z    Compiling clap_derive v4.6.1
2026-07-11T01:40:27.0311300Z    Compiling iana-time-zone v0.1.65
2026-07-11T01:40:27.0983190Z    Compiling cassowary v0.3.0
2026-07-11T01:40:27.2590868Z    Compiling portable-pty v0.8.1
2026-07-11T01:40:27.3031351Z    Compiling unicode-width v0.2.0
2026-07-11T01:40:27.3488512Z    Compiling chrono v0.4.45
2026-07-11T01:40:27.5741387Z    Compiling nucleo-matcher v0.3.1
2026-07-11T01:40:27.6151018Z    Compiling qrcode v0.14.1
2026-07-11T01:40:27.9031244Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-11T01:40:28.3457480Z    Compiling ratatui v0.29.0
2026-07-11T01:40:28.3653988Z    Compiling tempfile v3.27.0
2026-07-11T01:40:28.5384147Z    Compiling hyper-util v0.1.20
2026-07-11T01:40:29.1002428Z    Compiling clap v4.6.1
2026-07-11T01:40:29.7913776Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-11T01:40:30.3401545Z    Compiling igd-next v0.17.1
2026-07-11T01:40:31.4572852Z    Compiling portmapper v0.16.0
2026-07-11T01:40:37.5046400Z    Compiling rustls-webpki v0.103.13
2026-07-11T01:40:39.7667855Z    Compiling tokio-rustls v0.26.4
2026-07-11T01:40:39.7668446Z    Compiling noq-proto v0.17.0
2026-07-11T01:40:39.7669050Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T01:40:39.9138294Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T01:40:39.9139103Z    Compiling hyper-rustls v0.27.9
2026-07-11T01:40:39.9139704Z    Compiling tokio-websockets v0.13.2
2026-07-11T01:40:40.0358788Z    Compiling reqwest v0.13.4
2026-07-11T01:40:40.9545758Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T01:40:54.2668780Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-11T01:40:55.6844111Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-11T01:41:03.4061953Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-11T01:41:07.9827975Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-07-11T01:41:08.0044057Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-11T01:41:08.0056754Z 
2026-07-11T01:41:08.0057008Z running 1 test
2026-07-11T01:41:16.9104608Z test new_brain_serves_against_old_broker ... ok
2026-07-11T01:41:16.9105286Z 
2026-07-11T01:41:16.9105596Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.90s
2026-07-11T01:41:16.9105959Z 
